Submit

Adobe Commerce Dev MCP

@rafaelstz

This project implements a Model Context Protocol (MCP) server that interacts with Adobe Commerce. This protocol supports various tools to interact with Adobe Commerce GraphQL APIs.
Overview

What is Adobe Commerce Dev MCP?

Adobe Commerce Dev MCP is a server that implements a Model Context Protocol (MCP) to facilitate interaction with Adobe Commerce through GraphQL APIs.

How to use Adobe Commerce Dev MCP?

To use this MCP server, you can run the command npx -y @rafaelcg/adobe-commerce-dev-mcp@latest to set it up and access its tools and prompts.

Key features of Adobe Commerce Dev MCP?

  • Provides tools to introspect and search the Adobe Commerce GraphQL schema.
  • Offers prompts to assist in writing GraphQL operations for the Adobe Commerce API.

Use cases of Adobe Commerce Dev MCP?

  1. Developers can use it to explore the GraphQL schema of Adobe Commerce.
  2. It helps in writing and testing GraphQL queries for Adobe Commerce.
  3. Facilitates integration of Adobe Commerce with other applications using GraphQL.

FAQ from Adobe Commerce Dev MCP?

  • What is the purpose of the MCP server?

The MCP server is designed to simplify interactions with Adobe Commerce's GraphQL APIs.

  • How do I access the tools provided by the MCP server?

You can access the tools by running the provided command in your terminal.

  • Is there any documentation available?

Yes, you can find more information and documentation on the project's GitHub page.

Server Config

{
  "mcpServers": {
    "adobe-commerce-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rafaelcg/adobe-commerce-dev-mcp@latest"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.